.notification {
	border-radius: 50%;
	background-color: #c12143;
	color: #fff;
	line-height: 24px;
	min-width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	cursor: default;
	font-size: 14px;
	padding: 0 3px;
	user-select: none;
}
